CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tcp basic

搜索资源列表

  1. NetSnoop

    0下载:
  2. APIHooking Network snoop introduces the basics of building a network sniffer to pick up all information being sent using TCP socket via send and recv API, obviously, these will be the two APIs to hook to get information about data being sent/receiv
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:26587
    • 提供者:rabert
  1. jpegNetWork--TCP

    0下载:
  2. 基于DM642、DM643的网络摄像机,实现网络视频传输功能,采用TI的JPEG库进行视频压缩,使用TCP协议传输,达到每秒10帧以上,基本实现实时功能。-DM642,DM643-based network camera, network video transmission capabilities, TI s JPEG library used for video compression, using the TCP protocol to transmit, more than 10 f
  3. 所属分类:DSP program

    • 发布日期:2017-05-10
    • 文件大小:2228256
    • 提供者:冯波
  1. tutorial-visual-basic

    1下载:
  2. TCP/IP Server/Client VB6
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:221148
    • 提供者:jav2074
  1. tcp

    0下载:
  2. 利用Visual Basic语言中的Winsock控件,采用TCP方式实现一个网络聊天程序-The Visual Basic language Winsock control, the realization of a network using TCP chat program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:137806
    • 提供者:曾丽丽
  1. How-to-know-tcp-ip

    0下载:
  2. Application to know the tcp ip using visual basic 6
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:16377
    • 提供者:Wahyu
  1. TCP.Sockets.in.C

    0下载:
  2. TCP Sockets in C EBook teaches you the basic through advanced ideas and concepts in programming TCP Socket in C.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-29
    • 文件大小:11974633
    • 提供者:tivoo
  1. Socket-TCP-Echo

    0下载:
  2. TCP 协议基础教学代码,一个server 一个 client,client从txt文件里面摘取名人名言语句发给server-Basic teaching code of the TCP protocol, a server an the client, the client from the txt file to the removal of celebrities famous statement distributed server
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:16220
    • 提供者:李鹏飞
  1. TCP

    0下载:
  2. TCP模式下的客户端和服务器端的源代码设计。与UDP有所不同,但基本过程大致是一致的。-Source code design for the client and server side TCP mode. And UDP are different, but the basic process is roughly the same.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:6202
    • 提供者:wang
  1. tcp

    0下载:
  2. 包含了基于TCP的Socket基本编程,做了一个多线程的server和client的通信程序和一个基于多线程的多人聊天的程序服务端-Contains a procedure to do a multi-threaded server and client communication program based on the TCP Socket basic programming, and a multi-threaded multiplayer chat service side
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:34160
    • 提供者:merle.zhu
  1. TCP-IP_Protocols_NO2

    0下载:
  2. 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:30045044
    • 提供者:王建民
  1. tcp

    0下载:
  2. 基于QT的tcp聊天协议的实现,实现基本架构,版本为QT4-QT tcp chat protocol implementation to achieve the basic architecture version QT4
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:583124
    • 提供者:陈如峰
  1. tcp_serv

    0下载:
  2. TCP/Server 的服务器端编程,涉及Tcp的基本函数。-TCP/Server server-side programming, relates to the Tcp basic function.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:2276
    • 提供者:wushengjun
  1. TCP-server-design

    0下载:
  2. TCP服务器设计 基于Socket技术实现的局域网聊天系统的功能与特点。实现了服务器的额基本功能-TCP server design is based on the functions and features of the Socket technology LAN chat system. The amount of the basic functions of the server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:2838636
    • 提供者:郝爱爱
  1. tcp-chat

    0下载:
  2. 一个TCP异步聊天程序。虽然小但是各种原理都涉及到了。复习基础还是蛮好的-An asynchronous TCP chat program. Small but are related to the various principles. Review basic or fine
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:97824
    • 提供者:拂晓
  1. tcp

    0下载:
  2. 利用socket编写聊天程序,实现基本的聊天功能。运用vc6.0编写-Use socket write chat program, realizes the basic chat functionality. Using vc6.0 written
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3209728
    • 提供者:lk
  1. TCP-vcPP

    0下载:
  2. 基于客户端服务器socket的tcp的程序,实现聊天,文件传输等基本功能。-Based on the TCP client server program, the realization of chat, the basic function such as file transfer.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-31
    • 文件大小:13004158
    • 提供者:黄攀
  1. tutorial-visual-basic

    0下载:
  2. TCP/IP Server/Client VB6
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:221194
    • 提供者:ctedpr
  1. tutorial-visual-basic

    1下载:
  2. TCP/IP Server/Client VB6
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:221241
    • 提供者:equences
  1. TCP-Mapped-Proxy

    0下载:
  2. Basic Of Mapped Proxy
  3. 所属分类:Proxy Server

    • 发布日期:2017-04-04
    • 文件大小:10177
    • 提供者:MontanaMax
  1. tcp

    0下载:
  2. Linux下利用socket编程利用tcp协议实现网络通信的服务器端和客户端基本程序-basic TCP socket program
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:9955
    • 提供者:chenzhizhi
« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com